home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / normix21.zip / NORMIX21 / README.BAK < prev    next >
Text File  |  1995-01-10  |  4KB  |  80 lines

  1. Copyright (C) 1995 by John H. Wolfe. All rights reserved.
  2. PC-NORMIX is distributed with the following files:
  3.  
  4. C:\NORMIX21:   The directory where you should store all these files.
  5.  
  6. DOCUMENTATION:
  7.    readme      This file.
  8.    normix.doc  Documentation for the user.
  9.    license.txt The license agreement and form for you to register your use.
  10.  
  11. SOURCE:
  12.    pcnormix.for  The FORTRAN source program.
  13.  
  14.  
  15. EXECUTABLE CODE:
  16.    pcnormix.exe   Version 2.1 for 486 or above.
  17.  
  18.    DOSXMSF.EXE    This is the DOS extender. PLEASE COPY IT INTO A DIRECTORY
  19.                   THAT IS IN YOUR PATH. It must be in your path.
  20.  
  21.    DOSXNT.386     Required for Windows operation. In C:\WINDOWS\SYSTEM.INI
  22.                   in the [386ENH] section, please add the statement:
  23.                   DEVICE=C:\NORMIX21\DOSXNT.386. (This assumes that you
  24.                   are naming this NORMIX directory C:\NORMIX21.)
  25.  
  26. INPUT-FORM TEMPLATE:
  27.    form.inp     This file should only be copied, never written on.
  28.    thisjob      A default input-form filled in with the Fisher Iris problem.
  29.  
  30. SAMPLE PROBLEM INPUT-FORMS (stored in the \SAMPLES subdirectory):
  31.    artif.inp    Artificial clusters with unequal covariance matrices. This
  32.                 file also contains the data for the problem.
  33.    irismap.inp  The Fisher Iris problem with equal covariance matrices.
  34.    irismix.inp  The Fisher Iris problem with unequal covariance matrices and
  35.                 initial estimates supplied by the user.
  36.    svib.inp     The Strong Vocational Interest Blank problem described in
  37.                 Wolfe (1978). Multivariate Behavioral Research, 13, 33-44.
  38.    thisjob      The same as irismap.inp. This file name is the default when
  39.                 the user does not specify an input-form file at the keyboard.
  40.  
  41.  
  42. SAMPLE PROBLEM INPUT DATA (stored in the \SAMPLES subdirectory):
  43.    iris.dat     The data for the Fisher Iris problem, specified by irismap.inp,
  44.                 irismix.inp, and thisjob sample input-forms.
  45.    svib.dat     The input data specified by svib.inp.
  46.  
  47.  
  48. SAMPLE PROBLEM ANSWERS (stored in the \ANSWERS subdirectory):
  49.    These are the answers to the sample problems, generated by my computer.
  50.  
  51.  
  52.  
  53.  
  54. BATCH FILES:
  55.     normix.bat     A batch program that bypasses interactive operation
  56.                    of pcnormix.exe and redirects I/O to files specified on 
  57.                    the command line.
  58.                    Usage: "normix samples\svib svib.see"  would take the 
  59.                           input-form from samples\svib.inp and store the screen 
  60.                           output on the file svib.see. This second argument is
  61.                           optional.
  62.     examples.bat   An illustrative batch file that runs all of the sample
  63.                    problems. The user should be able to write similar batch
  64.                    files for running a large number of problems overnight
  65.                    on in the backgound under Windows.
  66. \YOURRUNS:
  67.      This directory is initially empty. After running EXAMPLES, the
  68.      directory will contain the results of sample problems run on your
  69.      machine. These can be compared with the results stored in \ANSWERS.
  70.      It is recommended that the user not only run the EXAMPLES batch file,
  71.      but also try running pcnormix.exe interactively with the sample
  72.      problems in order to become familiar with the program's operation.
  73. ________________________________________________________________________________
  74. Running under Windows: 
  75.      PC-NORMIX is basically a DOS program that uses extended memory. 
  76.      I have successfully run it as a DOS window under Norton Desktop for
  77.      Windows 3.1. The file NORMIX.ICO is an icon for for the file WNORMIX.BAT.
  78.      If you can't get this to work, you could probably go the the Windows FILE
  79.      menu and click on RUN, then type in c:\normix21\wnormix your.inp.
  80.